From: Richard M. Stallman Date: Wed, 26 May 1993 18:38:33 +0000 (+0000) Subject: (rand, srand): Definitions deleted. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95934 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b05867dcfa251750b8708466a7df5b6335b3afeb;p=emacs.git (rand, srand): Definitions deleted. --- diff --git a/src/s/hpux.h b/src/s/hpux.h index a47592d0768..0ddad87e53e 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -193,10 +193,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Use the system provided termcap(3) library */ #define TERMINFO +#if 0 /* The 48-bit versions are more winning for Emacs. */ #define rand lrand48 #define srand srand48 +#endif /* In hpux, the symbol SIGIO is defined, but the feature doesn't work in the way Emacs needs it to.